home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / rbcomm32.zip / README < prev    next >
Text File  |  1990-07-29  |  1KB  |  36 lines

  1. If you have been using RBcomm v3.01 or earlier, you will need to
  2. recompile all of your macro files, as the internal structure has changed
  3. significantly.    However, no harm will result if you forget to do so
  4. (RBcomm v3.1+ will complain on old macro files, and older versions of
  5. RBcomm will consider new macro files to have no keys defined).
  6.  
  7. The gray plus, minus, slash, and star are now treated distinct from the
  8. "regular" versions.  If you wish to keep using your existing macro files,
  9. be sure to add the following lines, so that those keys will continue to
  10. work as expected:
  11.  
  12.      Gray+  TEXT "+"
  13.      Gray-  TEXT "-"
  14.      Gray/  TEXT "/"
  15.      Gray*  TEXT "*"
  16.  
  17. ------------------------------------------------------------------------
  18.  
  19. If you have been using the RBcomm v3.01 or earlier Unix "termcap" entry,
  20. please replace it with the new entry.  The move-cursor command has moved
  21. from ^E to ^_.    ^E is now the VT100 answerback request.
  22.  
  23. BBS and AVATAR modes have been combined into a single emulation.  The 'T'
  24. type in the dialing directory and on the Set Parameters menu are still
  25. supported, for this release only.
  26.  
  27. ------------------------------------------------------------------------
  28.  
  29. Planned changes:
  30.     ^FA, ^FB, and ^FC will change (I don't know the details yet) as I
  31.     implement ANSI-compatible multi-page support.
  32.  
  33.     The ^A cursor up command will be moved to ^^ in order to support
  34.     the UnixWindows protocol.
  35.  
  36.